
  AutoAppend EmEditor Plugin 1.4                             2004-10-05
  

  ABOUT / FEATURES
  
  AutoAppend is a plugin for EmEditor which enables you to append text
  to each line.


  FEEDBACK
  
  Feedback is always appreciated - of positive as well as of negative
  kind. Please send your feedback to <feedback@hartwork.org>.


                 Author:        Sebastian Pipping
                 E-mail:        <webmaster@hartwork.org>

                 Homepage:      http://www.hartwork.org


  FAQ
  
  Q: Which Escape Sequences does AutoAppend support?

  A: You can use these seqences:

     0x005C    \\        Backslash

     0x????    \x????    Hexadecimal    (1-4 digits)
     0x00??    \0??      Octal          (1-2 digits)

     0x0007    \a        Bell/alarm
     0x0008    \b        Backspace
     0x001B    \e        ASCII Escape character
     0x000C    \f        Formfeed
     0x000A    \n        Newline
     0x000D    \r        Carriage return
     0x0009    \t        Horizontal tab
     0x000B    \v        Vertical tab


  VERSION HISTORY
  
  2004-10-05      1.4          Escape Sequence support added

  2004-09-28      1.3          First release


  LICENSE
  
  This software is licensed under LGPL. See LGPL.txt for details.
  Source code can be downloaded from http://www.hartwork.org.

  Copyright  2004 Sebastian Pipping <webmaster@hartwork.org>

